home *** CD-ROM | disk | FTP | other *** search
/ Megarom / Megarom Macintosh CD Software (Quantum Leap)(1992).iso / COMMUNICATION / BBS Software Systems / 1 BBS / Read Me Files / Files Module Instructions.TXT < prev    next >
Text File  |  1991-11-19  |  3KB  |  74 lines

  1. Files Module:
  2.  
  3. Your folders can be 3 levels deep. Like this:
  4.  
  5. ":files:folder1:folder2:folder3"
  6.  
  7. You can name your folders up to 15 characters long (if it's
  8. longer the user doesn't see all the characters). The "real"
  9. limit is 30 characters.
  10.  
  11. KEEP THOSE NAMES SHORT !
  12.  
  13. Names can get real long if they are 3 folders deep like:
  14.  
  15. ":files:Abignameforaexample:andanothernamethat'slong:andyoulose"
  16.  
  17. This is NOT necessary and is quite silly.
  18.  
  19. The FIRST character of each FOLDER WITHIN A FOLDER *MUST* be
  20. different than any other folder's FIRST CHARACTER. This is what
  21. the user selects to get into the folder. You should CAPITILIZE
  22. the folders first character and make the others lower case. Even
  23. second words like this: "Module source".
  24.  
  25. If there's two folders named "Joe" and "Jack", if the user picks
  26. "J" it will probably pick the first "J" it finds (Jack) and they
  27. will never be able to pick it. In this situation you could name
  28. them: "Joe" and "1 jack".
  29.  
  30. Most characters are valid, don't use ":" ! Try to use letters first,
  31. then if you run out of characters, use numbers next.
  32.  
  33. You can have as many folders within one folder that you want. It is
  34. HIGHLY recomended to classify your files AS MUCH AS POSSIBLE. It
  35. makes it much NICER for your users. Remember you may be 1 out of
  36. 1000 people using your system, please make it nice for your users.
  37.  
  38. There are several "empty" sections set up for you when MUBBS is
  39. archived. You can remove these as you wish.
  40.  
  41. There's no way to upload LOCALLY, it's another module that's
  42. in the works.
  43.  
  44. Update File Sections Program:
  45.  
  46. You RUN this inside the same folder as MUBBS. It's a cheap HACK
  47. that may become a "sysop" callable module.
  48.  
  49. It reads the folders inside of the "files" folder and makes your
  50. directory files FOR YOU !
  51.  
  52. It pretty much leaves your EXISTING file sections alone. If you have
  53. files listed already in a directory, it doesn't change that directory.
  54.  
  55. If you have added NEW folders, you run this program and it adds the
  56. new directories needed to make it appear to the user.
  57.  
  58. The first number in a directory determines WHAT type of directory it
  59. is.
  60.  
  61. 1= A directory of folders.
  62. 2= A directory of FILES, but it prints a "menu" file called
  63.     "filemenu.txt" or "filemenu.ansi" before showing the ":"
  64.     prompt to the user.
  65. 3= A directory of FILES, the system AUTOMATICLY generates
  66.     a menu of folders for you ! (I recomend this because
  67.     you can change your files around eaiser !)
  68.  
  69. If it is set to 2 or 3, the Update File Sections Program leaves the
  70. directory alone.
  71.  
  72. Try it, it works real good !
  73.  
  74.